home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 08 - 1992 / 08.03 Jul 92 / Fast Random Numbers / ** Read me ** next >
Encoding:
Text File  |  1991-05-25  |  1.2 KB  |  37 lines  |  [TEXT/MPS ]

  1. This folder contains several implementations of a "minimal
  2. standard" random number generator, along with MPW makefiles
  3. which build test programs to demonstrate them.
  4.  
  5. All the generators produce the same results, and differ only
  6. in their speed.
  7.  
  8. SANERandomNumbers.p    : uses SANE's RandomX function.
  9. PasRandomNumbers.p    : Pascal implementation of Schrage's algorithm
  10. RandomNumbers.a        : Asm implementation of Schrage's algorithm
  11. RandomNumbers.p        : Pascal interface unit for RandomNumbers.a
  12.  
  13. Test programs:
  14.  
  15. Test.p        : an MPW tool
  16. TestF77.f    : a Language Systems FORTRAN application
  17.  
  18. Makefiles:
  19.  
  20. TestSANE.make        : Test.p + SANERandomNumbers.p, mc68000 code
  21. TestPas.make        : Test.p + PasRandomNumbers.p, mc68000 code
  22. TestPas030.make        : as above, but with mc68020 code
  23. TestPas030FPU.make    : as above, but with mc68020 and mc68881 code
  24. TestAsm030FPU.make    : Test.p + RandomNumbers.a, mc68020 and mc68881 code
  25. TestF77.make        : TestF77.f + RandomNumbers.a, mc68020 and mc68881 code
  26.  
  27. NOTE:  The MPW tools produced from Test.p run for a minute or
  28. so before producing any output... don't be alarmed, just wait
  29. for them to finish.
  30.  
  31. Jon Bell
  32. Dept. of Physics & Comp. Sci.
  33. Presbyterian College
  34. Clinton SC 29325
  35.  
  36. Compuserve: #70441,353
  37.